Skip to content

Improving streaming example#60

Merged
rellfy merged 3 commits intorellfy:masterfrom
morti86:example_improvement
Apr 18, 2025
Merged

Improving streaming example#60
rellfy merged 3 commits intorellfy:masterfrom
morti86:example_improvement

Conversation

@morti86
Copy link
Copy Markdown
Contributor

@morti86 morti86 commented Apr 10, 2025

When trying to use the original example while writing my own application I noticed that after displaying a few messages it kept getting frozen. I tracked down the issue to it getting stuck on recv() indefinitely. Using try_recv() seems to fix it for me. Of course I am open to any feedback on this little change.

@rellfy
Copy link
Copy Markdown
Owner

rellfy commented Apr 18, 2025

Thanks! Merging with some adjustments.

@rellfy rellfy merged commit 2fe4a06 into rellfy:master Apr 18, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants